feat(valkey): add Valkey indexer and retriever components#883
Open
MatthiasHowellYopp wants to merge 1 commit into
Open
feat(valkey): add Valkey indexer and retriever components#883MatthiasHowellYopp wants to merge 1 commit into
MatthiasHowellYopp wants to merge 1 commit into
Conversation
MatthiasHowellYopp
force-pushed
the
feat/valkey-indexer-retriever
branch
3 times, most recently
from
June 19, 2026 13:45
72057b3 to
1dfd987
Compare
MatthiasHowellYopp
force-pushed
the
feat/valkey-indexer-retriever
branch
2 times, most recently
from
July 7, 2026 13:36
191ee28 to
dd84843
Compare
Add native Valkey Retriever and Indexer components using the valkey-glide-go client for use with Valkey 9.1+ and the Valkey Search module. Retriever capabilities: - KNN vector queries via FT.SEARCH - Hybrid search with filter expressions - Configurable vector field, return fields, dialect - Embedding integration for automatic query vectorization - Full Eino callback integration (OnStart, OnEnd, OnError) Indexer capabilities: - Pipeline batch document storage (HSET and JSON.SET) - Automatic embedding generation with configurable batch size - Support for both Hash and JSON document types - Configurable key prefix and field mapping - Full Eino callback integration Closes cloudwego#879 Signed-off-by: Matthias Howell <matthias.howell@improving.com>
MatthiasHowellYopp
force-pushed
the
feat/valkey-indexer-retriever
branch
from
July 17, 2026 13:28
dd84843 to
a9f0c4e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
feat: A new feature
Check the PR title.
(Optional) Translate the PR title into Chinese.
feat(valkey): 添加 Valkey 索引器和检索器组件
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
Add native Valkey Retriever and Indexer components using the valkey-glide-go client.
Components:
components/retriever/valkey/— implementsretriever.Retrievercomponents/indexer/valkey/— implementsindexer.IndexerRetriever capabilities:
Indexer capabilities:
Dependencies:
github.com/valkey-io/valkey-glide/go/v2 v2.4.1github.com/cloudwego/eino v0.6.0Testing:
//go:build integration) verified against Valkey 9.1.0zh(optional): 使用 valkey-glide-go 客户端添加原生 Valkey 检索器和索引器组件。
(Optional) Which issue(s) this PR fixes:
Fixes #879
(optional) The PR that updates user documentation:
N/A